home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / lan / rpssrv.zip / INSTALL.INF < prev    next >
INI File  |  1996-05-04  |  13KB  |  308 lines

  1. ; Copyright (c) 1996, Digital Control Systems. All rights reserved.
  2.  
  3. [setup]
  4. ;
  5. ; Put global information about the application here.
  6. ;
  7. ; Remove the semicolon from the line containing "SILENTMODE","1"
  8. ; if you wish the installation to proceed without any dialog boxes.
  9.  
  10.   "PACKAGENAME","DCS Remote Process and Shutdown Service"
  11.   "CAPTIONNAME","DCS Remote Process and Shutdown Setup"
  12. ;  "SILENTMODE","1"
  13.  
  14. [disks]
  15. ;
  16. ; Put information about the installation disks here.
  17. ;
  18. ; Format:
  19. ;
  20. ; "n","path","name"
  21. ;
  22. ; n     : The disk number, 0-9, A-Z.  MUST BE ONE CHARACTER!
  23. ; path  : The path of the disk, i.e. "." (for "current directory"),
  24. ;         "A:\" (for floppy disk), or "\\SERVERNAME\PUBLIC\FILES\".
  25. ;         If an explicit directory is named, it must end with a backslash (\).
  26. ; name  : The name on the printed disk label on the outside of the disk
  27. ;         for example "DCS Tools Install Disk"
  28. ;
  29.   "0",".","DCS Remote Process and Shutdown Install Disk"
  30.  
  31. [Win95directories]
  32. ;
  33. ; Describe the directories that will receive the files here.
  34. ; There are two types of directories: parent and children. Child
  35. ; directories are subdirectories of the parent or of other children.
  36. ; Only one parent is allowed. Define as many children as required.
  37. ;
  38. ; Format:
  39. ;
  40. ; "n","path","description"
  41. ;
  42. ; n=1         : The Windows 95 base application directory number.
  43. ;               The base must be directory 1 and must be defined. 
  44. ;
  45. ; n=2         : The application parent installation directory number.
  46. ;               The parent must be directory 2 and must be defined. 
  47. ;
  48. ; n="A-Z"     : Child directories are named beginning
  49. ;               with A and must be named sequentially.
  50. ; path        : The name of the subdirectory. The names of all child 
  51. ;               directories must begin with a backslash (\).
  52. ; description : The description of the purpose of this directory
  53. ;
  54.   "1","C:\Program Files","Windows 95 Apps Directory"
  55.   "2","\DCS_RemoteProcess","DCS Remote Process and Shutdown Directory"
  56.  
  57. [WinNT4directories]
  58. ;
  59. ; Describe the directories that will receive the files here.
  60. ; There are two types of directories: parent and children. Child
  61. ; directories are subdirectories of the parent or of other children.
  62. ; Only one parent is allowed. Define as many children as required.
  63. ;
  64. ; Format:
  65. ;
  66. ; "n","path","description"
  67. ;
  68. ; n=1         : The Windows NT base application directory number.
  69. ;               The base must be directory 1 and must be defined. 
  70. ;
  71. ; n=2         : The application parent installation directory number.
  72. ;               The parent must be directory 2 and must be defined. 
  73. ;
  74. ; n="A-Z"     : Child directories are named beginning
  75. ;               with A and must be named sequentially.
  76. ; path        : The name of the subdirectory. The names of all child 
  77. ;               directories must begin with a backslash (\).
  78. ; description : The description of the purpose of this directory
  79. ;
  80.   "1","C:\Win32App","Windows NT Apps Directory"
  81.   "2","\DCS_RemoteProcess","DCS Remote Process and Shutdown Directory"
  82.  
  83. [WinNTdirectories]
  84. ;
  85. ; Describe the directories that will receive the files here.
  86. ; There are two types of directories: parent and children. Child
  87. ; directories are subdirectories of the parent or of other children.
  88. ; Only one parent is allowed. Define as many children as required.
  89. ;
  90. ; Format:
  91. ;
  92. ; "n","path","description"
  93. ;
  94. ; "n","path","description"
  95. ;
  96. ; n=1         : The Windows NT base application directory number.
  97. ;               The base must be directory 1 and must be defined. 
  98. ;
  99. ; n=2         : The application parent installation directory number.
  100. ;               The parent must be directory 2 and must be defined. 
  101. ;
  102. ; n="A-Z"     : Child directories are named beginning
  103. ;               with A and must be named sequentially.
  104. ; path        : The name of the subdirectory. The names of all child 
  105. ;               directories must begin with a backslash (\).
  106. ; description : The description of the purpose of this directory
  107. ;
  108.   "1","C:\Win32App","Windows NT Apps Directory"
  109.   "2","\DCS_RemoteProcess","DCS Remote Process and Shutdown Directory"
  110.  
  111. ;[WinXXapps] 
  112. ;(WinXX = Win95 or WinNT(4))
  113. ;
  114. ; Put information about each file here.
  115. ;
  116. ; ----------------------------------------------------------------------------
  117. ;
  118. ; Format:
  119. ;
  120. ; "n","flags","d","idir","Sfilename","Dfilename","PName", "CmdLine","Icon","size"
  121. ;
  122. ; n          : The disk number for this file
  123. ;
  124. ; flags      : Can be none, one, or many of the following:
  125. ;
  126. ; ----------------------------------------------------------------------------
  127. ;  THE  R FLAG IS CURRENTLY ALWAYS REQUIRED !!!!
  128. ; ----------------------------------------------------------------------------
  129. ;              R   : Required file--SETUP **will** copy this file
  130. ; ----------------------------------------------------------------------------
  131. ;              IA  : Add this program to Program Mananager, group "A."
  132. ;                    Group is a letter from A-Z
  133. ; ----------------------------------------------------------------------------
  134. ;
  135. ; d          : The destination directory. 0 = Base(1) + Parent(2), A-Z = Children
  136. ;            : "%" = Windows directory, "$" = System directory
  137. ;
  138. ; idir       : The directory on the install disk (use "" for root)
  139. ;
  140. ; Sfilename   : The actual name of the file on the distribution disk
  141. ;
  142. ; Dfilename   : The name of the file when installed on user's disk
  143. ;
  144. ; PName      : The name of the icon in Program Manager (required if I flag)
  145. ;
  146. ; CmdLine    : Command line to append to Dfilename for PName item
  147. ;
  148. ; Icon       : Filename of optional icon for Pname item
  149. ; size       : Size of file in kilobytes
  150. ;
  151.  
  152. [Win95apps]
  153. ; If this purchased as a five (or more) user license, a program called "RPSREG"
  154. ; may be installed by removing the semi colon from last line in this section. 
  155.  
  156. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Interactive Client Window","","","44"
  157. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Sample Local Shutdown Command","\\.","YELLOW.ICO",""
  158. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Sample Net-Wide Shutdown Command","\\*","RED.ICO",""
  159. "0","R","0","","RPSS95.EXE","RPSS95.EXE","Remote Process Server","","","36"
  160. "0","R","0","","INSTHELP.DLL","INSTHELP.DLL","DDE Processing Module","","","19"
  161. "0","RIA","0","","RPSS.WRI","RPSS.WRI","Remote Process Information","","","19"
  162. "0","RIA","0","","RPSREG.TXT","RPSREG.TXT","Remote Process Registration","","","3"
  163. "0","R","%","","GREEN.ICO","GREEN.ICO","","","","2"
  164. "0","R","%","","YELLOW.ICO","YELLOW.ICO","","","","2"
  165. "0","R","%","","RED.ICO","RED.ICO","","","","2"
  166. "0","R","0","","RP95-INS.BAT","RP95-INS.BAT","","","","1"
  167. "0","R","$","","RPSS.CPL","RPSS.CPL","","","57"
  168. "0","RIA","$","","RP95-DEL.BAT","RP95-DEL.BAT","Uninstall Remote Process Service","0","UNINST.ICO","1"
  169. "0","R","$","","UNINST.ICO","UNINST.ICO","","","","2"
  170. "0","R","$","","YESNO.COM","YESNO.COM","","","","1"
  171. ;"0","R","0","","RPSREG.EXE","RPSREG.EXE","","","","20"
  172.  
  173.  
  174. [WinNT4apps]
  175.  
  176. ; If this purchased as a five (or more) user license, a program called "RPSREG"
  177. ; may be installed by removing the semi colon from last line in this section. 
  178.  
  179. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Interactive Client Window","","","44"
  180. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Sample Local Shutdown Command","\\.","YELLOW.ICO",""
  181. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Sample Net-Wide Shutdown Command","\\*","RED.ICO",""
  182. "0","R","0","","RPSSNT.EXE","RPSSNT.EXE","Remote Process Server","","","37"
  183. "0","R","0","","RshutNT.EXE","RshutNT.EXE","Remote Shutdown Server","","","34"
  184. "0","R","0","","INSTHELP.DLL","INSTHELP.DLL","DDE Processing Module","","","19"
  185. "0","RIA","0","","RPSS.WRI","RPSS.WRI","Remote Process Information","","","19"
  186. "0","RIA","0","","RPSREG.TXT","RPSREG.TXT","Remote Process Registration","","","3"
  187. "0","R","%","","GREEN.ICO","GREEN.ICO","","","","2"
  188. "0","R","%","","YELLOW.ICO","YELLOW.ICO","","","","2"
  189. "0","R","%","","RED.ICO","RED.ICO","","","","2"
  190. "0","R","0","","RPNT-INS.CMD","RPNT-INS.CMD","","","","1"
  191. "0","R","$","","RPSS.CPL","RPSS.CPL","","","57"
  192. "0","R","$","","ShutDnNT.EXE","ShutDnNT.EXE","","","29"
  193. "0","RIA","$","","RPNT-DEL.CMD","RPNT-DEL.CMD","Uninstall Remote Process Service","0","UNINST.ICO","2"
  194. "0","R","$","","UNINST.ICO","UNINST.ICO","","","","2"
  195. "0","R","$","","YESNO.COM","YESNO.COM","","","","1"
  196. ;"0","R","0","","RPSREG.EXE","RPSREG.EXE","","","","20"
  197.  
  198.  
  199. [WinNTapps]
  200.  
  201. ; If this purchased as a five (or more) user license, a program called "RPSREG"
  202. ; may be installed by removing the semi colon from last line in this section. 
  203.  
  204. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Interactive Client Window","","","44"
  205. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Sample Local Shutdown Command","\\.","YELLOW.ICO",""
  206. "0","RIA","0","","RPSC.EXE","RPSC.EXE","Sample Net-Wide Shutdown Command","\\*","RED.ICO",""
  207. "0","R","0","","RPSSNT.EXE","RPSSNT.EXE","Remote Process Server","","","37"
  208. "0","R","0","","RshutNT.EXE","RshutNT.EXE","Remote Shutdown Server","","","34"
  209. "0","R","0","","INSTHELP.DLL","INSTHELP.DLL","DDE Processing Module","","","19"
  210. "0","RIA","0","","RPSS.WRI","RPSS.WRI","Remote Process Information","","","19"
  211. "0","RIA","0","","RPSREG.TXT","RPSREG.TXT","Remote Process Registration","","","3"
  212. "0","R","%","","GREEN.ICO","GREEN.ICO","","","","2"
  213. "0","R","%","","YELLOW.ICO","YELLOW.ICO","","","","2"
  214. "0","R","%","","RED.ICO","RED.ICO","","","","2"
  215. "0","R","0","","RPNT-INS.CMD","RPNT-INS.CMD","","","","1"
  216. "0","R","$","","RPSS.CPL","RPSS.CPL","","","57"
  217. "0","R","$","","ShutDnNT.EXE","ShutDnNT.EXE","","","29"
  218. "0","RIA","$","","RPNT-DEL.CMD","RPNT-DEL.CMD","Uninstall Remote Process Service","0","UNINST.ICO","2"
  219. "0","R","$","","UNINST.ICO","UNINST.ICO","","","","2"
  220. "0","R","$","","YESNO.COM","YESNO.COM","","","","1"
  221. ;"0","R","0","","RPSREG.EXE","RPSREG.EXE","","","","20"
  222.  
  223.  
  224. [progman]
  225. ;
  226. ; This defines the Program Manager groups to which the icons will be
  227. ; added.
  228. ;
  229. ; Format:
  230. ;
  231. ; "n","Title","GrpFlg","GrpTyp"
  232. ;
  233. ; n        : The identifier for the group, A-Z
  234. ; title    : The caption on the group window
  235. ; GrpFlg   : Delete existing group of same name if "D"
  236. ;          : Identifies group as Startup Group if "S"
  237. ; GrpTyp   : Common Group if "1", Personal Group if "0"
  238. ;          : Only valid for Windows NT installation.
  239.  
  240.   "A","DCS Remote Process and Shutdown","","0"
  241.  
  242. [Win95askme]
  243. ;
  244. ; A dialog box message to display prior to starting install.
  245. ; 255 char's maximum. A "YESNO" messagebox with a "Do you wish to continue ?"
  246. ; message appended will be displayed prior to starting installation 
  247. ;
  248.  "If DCS Remote Process and Shutdown service is currently running on your system; you should stop the service before running Setup."
  249.  
  250. [WinN4Taskme]
  251. ;
  252. ; A dialog box message to display prior to starting install.
  253. ; 255 char's maximum. A "YESNO" messagebox with a "Do you wish to continue ?"
  254. ; message appended will be displayed prior to starting installation 
  255. ;
  256.  "If DCS Remote Process and Shutdown service is currently running on your system; you should stop the service before running Setup."
  257.  
  258. [WinNTaskme]
  259. ;
  260. ; A dialog box message to display prior to starting install.
  261. ; 255 char's maximum. A "YESNO" messagebox with a "Do you wish to continue ?"
  262. ; message appended will be displayed prior to starting installation 
  263. ;
  264.  "If DCS Remote Process and Shutdown service is currently running on your system; you should stop the service before running Setup."
  265.  
  266. [Win95readme]
  267. ;
  268. ; This section provides the name of a "readme" file which may
  269. ; be launched after installation is completed.
  270. ;
  271.  "RPSS.WRI"
  272.  
  273. [WinNT4readme]
  274. ;
  275. ; This section provides the name of a "readme" file which may
  276. ; be launched after installation is completed.
  277. ;
  278.  "RPSS.WRI"
  279.  
  280. [WinNTreadme]
  281. ;
  282. ; This section provides the name of a "readme" file which may
  283. ; be launched after installation is completed.
  284. ;
  285.  "RPSS.WRI"
  286.  
  287. [Win95adminrun]
  288. ;
  289. ; This section provides the name of an executable file which WILL
  290. ; be launched even after a "silent mode" installation is completed.
  291. ;
  292.  "RP95-INS.BAT"
  293.  
  294. [WinNT4adminrun]
  295. ;
  296. ; This section provides the name of an executable file which WILL
  297. ; be launched even after a "silent mode" installation is completed.
  298. ;
  299.  "RPNT-INS.CMD"
  300.  
  301. [WinNTadminrun]
  302. ;
  303. ; This section provides the name of an executable file which WILL
  304. ; be launched even after a "silent mode" installation is completed.
  305. ;
  306.  "RPNT-INS.CMD"
  307.